testing.chattyFlag.prefix (method)
10 uses
testing (current package)
example.go#L80: fmt.Printf("%s--- FAIL: %s (%s)\n%s", chatty.prefix(), eg.Name, dstr, fail)
example.go#L83: fmt.Printf("%s--- PASS: %s (%s)\n", chatty.prefix(), eg.Name, dstr)
example.go#L87: fmt.Printf("%s=== NAME %s\n", chatty.prefix(), "")
run_example.go#L23: fmt.Printf("%s=== RUN %s\n", chatty.prefix(), eg.Name)
testing.go#L567: func (f *chattyFlag) prefix() string {
testing.go#L2455: fmt.Print(chatty.prefix(), "FAIL: package testing must run tests\n")
testing.go#L2461: fmt.Print(chatty.prefix(), "testing: race detected outside of test execution\n")
testing.go#L2465: fmt.Print(chatty.prefix(), "FAIL\n")
testing.go#L2473: fmt.Print(chatty.prefix(), "FAIL\n")
testing.go#L2484: fmt.Print(chatty.prefix(), "PASS\n")